projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8191e7
)
gtkfilechooserbutton: Align the label to the left
author
Timm Bäder
<mail@baedert.org>
Sat, 6 Jun 2015 09:45:11 +0000
(11:45 +0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 7 Jun 2015 02:32:07 +0000
(22:32 -0400)
Using GtkLabel's xalign property so the label doesn't jump around when
the button gets resized.
https://bugzilla.gnome.org/show_bug.cgi?id=750477
gtk/ui/gtkfilechooserbutton.ui
patch
|
blob
|
history
diff --git
a/gtk/ui/gtkfilechooserbutton.ui
b/gtk/ui/gtkfilechooserbutton.ui
index 8f5cbdc9871b9378c35374524ad40811270eb435..bb4cd88e4762a6344f6c3df7e721264105cc09c3 100644
(file)
--- a/
gtk/ui/gtkfilechooserbutton.ui
+++ b/
gtk/ui/gtkfilechooserbutton.ui
@@
-26,6
+26,7
@@
<property name="visible">True</property>
<property name="halign">start</property>
<property name="valign">baseline</property>
+ <property name="xalign">0</property>
<property name="label" translatable="yes">(None)</property>
<property name="ellipsize">end</property>
</object>